summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 11c62a9a775a73f17129e62ba584b745ebfbac5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
*.egg-info/
*.pyc
*~
.cache
.mypy_cache/
/MANIFEST
/dist/
__pycache__/
build
.idea/
*venv/